

Quizname = "Calculus + Trigonometry"
Question = { }

-- DO NOT enable "word wrap" to view this or else it will look UGLY 

-- what is cor ? 
-- cor is the "choosing of the correct answer". 
-- cor example, "cor=1 => Answer is Choice A " , "cor=2 => Answer is Choice B " , "cor=3 => Answer is Choice C "

-- Examples of Line Structure. You can NOT delete any question line 2-4, instead you must put blank space " " 


-- Question [1]    = { q = "Question Line 1 ?", a = 5, b = 6, c = 4, cor = 3 }   <- Question 1 Line 1 --
-- Question [1002] = { q = "Question Line 2  ",                  	     }	 <- Question 1 Line 2 --
-- Question [1003] = { q = "Question Line 3  ",                  	     }	 <- Question 1 Line 3 --
-- Question [1004] = { q = "Question Line 4  ",                  	     }	 <- Question 1 Line 4 --


-- The Maximum letters on a line is 52, use this as a RULER to know when your question are too long 
-- Examples      = { q = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB",  }





-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [1]    = { q = "Solve: ln(1) = ___ ?", 
		     a   = "0", --1
		     b   = "1", --2
		     c   = "Undefine", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 1 Line 1 --

 Question [1002] = { q = " Question Line 2 ",                  	     	   }   -- <- Question 1 Line 2 --
 Question [1003] = { q = " Question Line 3 ",                  	     	   }   -- <- Question 1 Line 3 --
 Question [1004] = { q = " Question Line 4 ",                  		   }   -- <- Question 1 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [2]    = { q = "Simplify: ln(e^x) = ___ ?", 
		     a   = "e^x", --1
		     b   = "e", --2
		     c   = "x", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 2 Line 1 --

 Question [2002] = { q = " ",                  	     			   }   -- <- Question 2 Line 2 --
 Question [2003] = { q = " ",                  	     			   }   -- <- Question 2 Line 3 --
 Question [2004] = { q = " ",                  	     			   }   -- <- Question 2 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [3]    = { q = "Simplify: e^(lnx) = ___ ?", 
		     a   = "e^x", --1
		     b   = "1", --2
		     c   = "x", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 3 Line 1 --

 Question [3002] = { q = " ",                  	     			   }   -- <- Question 3 Line 2 --
 Question [3003] = { q = " ",                  	     			   }   -- <- Question 3 Line 3 --
 Question [3004] = { q = " ",                  	     			   }   -- <- Question 3 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [4]    = { q = "Simplify: ln(a^x) = ___ ?", 
		     a   = "ln(a)/ln(x)", --1
		     b   = "xln(a)", --2
		     c   = "ln(a)*ln(x)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 4 Line 1 --

 Question [4002] = { q = " ",                  	     			   }   -- <- Question 4 Line 2 --
 Question [4003] = { q = " ",                  	     			   }   -- <- Question 4 Line 3 --
 Question [4004] = { q = " ",                  	     			   }   -- <- Question 4 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [5]    = { q = "Simplify: ln(ax) = ___ ?", 
		     a   = "ln(a) + ln(x)", --1
		     b   = "ln(a) - ln(x)", --2
		     c   = "ln(a) / ln(x)", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 5 Line 1 --

 Question [5002] = { q = " ",                  	     			   }   -- <- Question 5 Line 2 --
 Question [5003] = { q = " ",                  	     			   }   -- <- Question 5 Line 3 --
 Question [5004] = { q = " ",                  	     			   }   -- <- Question 5 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [6]    = { q = "Simplify: ln(x/y) = ___ ?", 
		     a   = "ln(x) / ln(y)", --1
		     b   = "ln(x) - ln(y)", --2
		     c   = "ln(x) + ln(y)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 6 Line 1 --

 Question [6002] = { q = " ",                  	     			   }   -- <- Question 6 Line 2 --
 Question [6003] = { q = " ",                  	     			   }   -- <- Question 6 Line 3 --
 Question [6004] = { q = " ",                  	     			   }   -- <- Question 6 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [7]    = { q = "Simplify: ln(1/x) = ___ ?", 
		     a   = "ln(1) + ln(x)", --1
		     b   = "ln(x) - ln(1)", --2
		     c   = "-ln(x)", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 7 Line 1 --

 Question [7002] = { q = " ",                  	     			   }   -- <- Question 7 Line 2 --
 Question [7003] = { q = " ",                  	     			   }   -- <- Question 7 Line 3 --
 Question [7004] = { q = " ",                  	     			   }   -- <- Question 7 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [8]    = { q = "Comlete the Formula: sin(x^2) + cos(x^2) = ___ ?", 
		     a   = "1", --1
		     b   = "0", --2
		     c   = "Undefine", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 8 Line 1 --

 Question [8002] = { q = " ",                  	     			   }   -- <- Question 8 Line 2 --
 Question [8003] = { q = " ",                  	     			   }   -- <- Question 8 Line 3 --
 Question [8004] = { q = " ",                  	     			   }   -- <- Question 8 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [9]    = { q = "Comlete the Formula: _____ + 1 = sec(x^2) ?", 
		     a   = "cos(x^2)", --1
		     b   = "tan(x^2)", --2
		     c   = "sin(x^2)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 9 Line 1 --

 Question [9002] = { q = " ",                  	     			   }   -- <- Question 9 Line 2 --
 Question [9003] = { q = " ",                  	     			   }   -- <- Question 9 Line 3 --
 Question [9004] = { q = " ",                  	     			   }   -- <- Question 9 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [10]    = { q = "Comlete the Formula: cot(x^2) + 1 = ___ ?", 
		     a   = "csc(x^2)", --1
		     b   = "sec(x^2)", --2
		     c   = "tan(x^2)", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 10 Line 1 --

 Question [1002] = { q = " ",                  	     			   }   -- <- Question 10 Line 2 --
 Question [1003] = { q = " ",                  	     			   }   -- <- Question 10 Line 3 --
 Question [1004] = { q = " ",                  	     			   }   -- <- Question 10 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------



------------------------------------------------------------------------------------------------------------



-------------------------"----------------------word ruler--------------------"-----------------------------

Question [11]    = { q = "Comlete the Formula: ___ = (1/2)(1-cos2x)?", 
		     a   = "tan(x^2)", --1
		     b   = "cos(x^2)", --2
		     c   = "sin(x^2)", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 11 Line 1 --

 Question [1102] = { q = " ",                  	     			   }   -- <- Question 11 Line 2 --
 Question [1103] = { q = " ",                  	     			   }   -- <- Question 11 Line 3 --
 Question [1104] = { q = " ",                  	     			   }   -- <- Question 11 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [12]    = { q = "Comlete the Formula: cos(x^2) = (1/2)(1+___ )?", 
		     a   = "csc(x^2)", --1
		     b   = "cos(2x)", --2
		     c   = "sin(2x)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 12 Line 1 --

 Question [1202] = { q = " ",                  	     			   }   -- <- Question 12 Line 2 --
 Question [1203] = { q = " ",                  	     			   }   -- <- Question 12 Line 3 --
 Question [1204] = { q = " ",                  	     			   }   -- <- Question 12 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [13]    = { q = "Comlete the Formula: sin(x)cos(x)= (1/2)(___)?", 
		     a   = "tan(2x)", --1
		     b   = "sin(2x)", --2
		     c   = "cos(2x)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 13 Line 1 --

 Question [1302] = { q = " ",                  	     			   }   -- <- Question 13 Line 2 --
 Question [1303] = { q = " ",                  	     			   }   -- <- Question 13 Line 3 --
 Question [1304] = { q = " ",                  	     			   }   -- <- Question 13 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [14]    = { q = "Find value of : radian (pi/6) = ___ , ___ ? ", 
		     a   = "sqrt(3)/2, 1/2	", --1
		     b   = "1/2, sqrt(3)/2	", --2
		     c   = "sqrt(2)/2, sqrt(2)/2", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 14 Line 1 --

 Question [1402] = { q = " ",                  	     			   }   -- <- Question 14 Line 2 --
 Question [1403] = { q = " ",                  	     			   }   -- <- Question 14 Line 3 --
 Question [1404] = { q = " ",                  	     			   }   -- <- Question 14 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [15]    = { q = "Find value of : radian (pi/4) = ___ , ___ ?", 
		     a   = "sqrt(3)/2, 1/2	", --1
		     b   = "1/2, sqrt(3)/2	", --2
		     c   = "sqrt(2)/2, sqrt(2)/2", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 15 Line 1 --

 Question [1502] = { q = " ",                  	     			   }   -- <- Question 15 Line 2 --
 Question [1503] = { q = " ",                  	     			   }   -- <- Question 15 Line 3 --
 Question [1504] = { q = " ",                  	     			   }   -- <- Question 15 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [16]    = { q = "Find value of : radian (pi/3) = ___ , ___ ?",  
		     a   = "sqrt(3)/2, 1/2	", --1
		     b   = "1/2, sqrt(3)/2	", --2
		     c   = "sqrt(2)/2, sqrt(2)/2", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 16 Line 1 --

 Question [1602] = { q = " ",                  	     			   }   -- <- Question 16 Line 2 --
 Question [1603] = { q = " ",                  	     			   }   -- <- Question 16 Line 3 --
 Question [1604] = { q = " ",                  	     			   }   -- <- Question 16 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [17]    = { q = "Fill in the blank: csc(x) = 1 / ___ ?", 
		     a   = "cos(x)", --1
		     b   = "sin(x)", --2
		     c   = "tan(x)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 17 Line 1 --

 Question [1702] = { q = " ",                  	     			   }   -- <- Question 17 Line 2 --
 Question [1703] = { q = " ",                  	     			   }   -- <- Question 17 Line 3 --
 Question [1704] = { q = " ",                  	     			   }   -- <- Question 17 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [18]    = { q = "Fill in the blank: sec(x) = 1 / ___ ?", 
		     a   = "cos(x)", --1
		     b   = "sin(x)", --2
		     c   = "tan(x)", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 18 Line 1 --

 Question [1802] = { q = " ",                  	     			   }   -- <- Question 18 Line 2 --
 Question [1803] = { q = " ",                  	     			   }   -- <- Question 18 Line 3 --
 Question [1804] = { q = " ",                  	     			   }   -- <- Question 18 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [19]    = { q = "Fill in the blank: cot(x) = 1 / ___ ?", 
		     a   = "cos(x)", --1
		     b   = "sin(x)", --2
		     c   = "tan(x)", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 19 Line 1 --

 Question [1902] = { q = " ",                  	     			   }   -- <- Question 19 Line 2 --
 Question [1903] = { q = " ",                  	     			   }   -- <- Question 19 Line 3 --
 Question [1904] = { q = " ",                  	     			   }   -- <- Question 19 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [20]    = { q = "Fill in the blank: tan(x) = ___ / ___ ?", 
		     a   = "sin(x)/csc(x)", --1
		     b   = "sin(x)/cos(x)", --2
		     c   = "cos(x)/sin(x)", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 20 Line 1 --

 Question [2002] = { q = " ",                  	     			   }   -- <- Question 20 Line 2 --
 Question [2003] = { q = " ",                  	     			   }   -- <- Question 20 Line 3 --
 Question [2004] = { q = " ",                  	     			   }   -- <- Question 20 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [21]    = { q = "Fill in the blank: Integral of (tanx) = ___ ?", 
		     a   = "ln|secx| + C", --1
		     b   = "ln|cosx| + C", --2
		     c   = "ln|cscx| + C", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 21 Line 1 --

 Question [2102] = { q = " ",                  	     			   }   -- <- Question 21 Line 2 --
 Question [2103] = { q = " ",                  	     			   }   -- <- Question 21 Line 3 --
 Question [2104] = { q = " ",                  	     			   }   -- <- Question 21 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [22]    = { q = "Fill in the blank: Integral of (secx) = ___ ?", 
		     a   = "ln|tanx-secx| + C", --1
		     b   = "ln|secx-tanx| + C", --2
		     c   = "ln|secx+tanx| + C", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 22 Line 1 --

 Question [2202] = { q = " ",                  	     			   }   -- <- Question 22 Line 2 --
 Question [2203] = { q = " ",                  	     			   }   -- <- Question 22 Line 3 --
 Question [2204] = { q = " ",                  	     			   }   -- <- Question 22 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [23]    = { q = "Fill in the blank: Integral of (cscx) = ___ ?", 
		     a   = "ln|cscx-tanx| + C", --1
		     b   = "ln|secx+cotx| + C", --2
		     c   = "ln|cscx-cotx| + C", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 23 Line 1 --

 Question [2302] = { q = " ",                  	     			   }   -- <- Question 23 Line 2 --
 Question [2303] = { q = " ",                  	     			   }   -- <- Question 23 Line 3 --
 Question [2304] = { q = " ",                  	     			   }   -- <- Question 23 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [24]    = { q = "Fill in the blank: Derivative of (secx) = ___ ?", 
		     a   = "sec(x)tan(x)", --1
		     b   = "-csc(x)cot(x)", --2
		     c   = "sec(x^2)", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 24 Line 1 --

 Question [2402] = { q = " ",                  	     			   }   -- <- Question 24 Line 2 --
 Question [2403] = { q = " ",                  	     			   }   -- <- Question 24 Line 3 --
 Question [2404] = { q = " ",                  	     			   }   -- <- Question 24 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [25]    = { q = "Fill in the blank: Derivative of (cotx) = ___ ?", 
		     a   = "sec(x^2)", --1
		     b   = "csc(x^2)", --2
		     c   = "-csc(x^2)", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 25 Line 1 --

 Question [2502] = { q = " ",                  	     			   }   -- <- Question 25 Line 2 --
 Question [2503] = { q = " ",                  	     			   }   -- <- Question 25 Line 3 --
 Question [2504] = { q = " ",                  	     			   }   -- <- Question 25 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------















































-------------------------"---------------- DO NOT DELETE BELOW ---------------"-----------------------------

Question [30]    = { q = "12. Quiz Done ?", 
		     a   = "Choice 1", --1
		     b   = "Choice 2", --2
		     c   = "Choice 3", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 10 Line 1 --


-------------------------"----------------------word ruler--------------------"-----------------------------





